SyIndicatorStudentRelation 
Logical Entity Name  SyIndicatorStudentRelation 
Default Table Name  SyIndicatorStudentRelation 
Physical Only  NO 
Definition 
 
Note 
 

SyIndicatorStudentRelation Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyIndicatorStudentRelationId(PK)    char(10)  NO 
 
SyIndicatorId(FK)    char(10)  NO 
 
SyStudentId(FK)    int  NO 
 
AdTermID(FK)    int  YES 
 
EffectiveDate    char(10)  NO 
 
EndDate    char(10)  YES 
 
Note    char(10)  YES 
 
UserId(FK)    int  NO 
 
DateAdded    char(10)  NO 
 
DateLstMod    char(10)  NO 
 
ts    char(10)  NO 
 

SyIndicatorStudentRelation Primary and Unique Keys 
Key Name  Key Type  Keys 
UK_SyIndicatorStudentRelation_SyIndicatorId_SyStudentId_AdTermID_EffectiveDate  Index  SyIndicatorId, SyStudentId, AdTermID, EffectiveDate 
UK_SyIndicatorStudentRelation_SyIndicatorId_SyStudentId_EffectiveDate  Index  SyIndicatorId, SyStudentId, EffectiveDate 
UK_SyIndicatorStudentRelation_SyIndicatorId_SyStudentId_EndDate  Index  SyIndicatorId, SyStudentId, EndDate 
Pk_SyIndicatorStudentRelation_SyIndicatorStudentRelationId  PrimaryKey  SyIndicatorStudentRelationId 

SyIndicatorStudentRelation Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AdTerm  Non-Identifying  Zero or One to Zero or More  FK_SyIndicatorStudentRelation_AdTermID_AdTerm_AdTermID      AdTermID  NO  YES 
SyIndicator  Non-Identifying  One To Zero or More  FK_SyIndicatorStudentRelation_SyIndicatorId_SyIndicator_SyIndicatorId      SyIndicatorId  NO  YES 
syStudent  Non-Identifying  One To Zero or More  FK_SyIndicatorStudentRelation_SyStudentId_syStudent_SyStudentId      SyStudentId  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_SyIndicatorStudentRelation_UserId_SyStaff_SyStaffID      UserId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

SyIndicatorStudentRelation Check Constraints 
Check Constraint Name  CheckConstraint